home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
VISUALBA
/
CDLLVB.ZIP
/
MATHFUN8.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-01-01
|
323b
|
13 lines
// Header file for mathfun8 DLL
// This file should be copied to the c:\tcwin\include library with
// a file name of mathfun8.h
#ifndef __MATHFUN8.H
#define __MATHFUN8.H
#include <windows.h>
extern "C" int FAR pascal _export add1(int a,int b) ;
extern "C" int FAR pascal _export strcpy1(char *pstr1);
#endif